home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer Power Tools
/
Programmer Power Tools.iso
/
clipper
/
nannws31.arc
/
EX02_CLP.PRG
< prev
next >
Wrap
Text File
|
1988-08-09
|
291b
|
18 lines
***********************
* Clipper to Pascal Interface ex02_clp.prg
* Compile and link with ex02_pas.obj object file
*
* Copyright (c) 1988 Nantucket Corp.
***********************
extern udf
clear
x = date()
y = ctod("06/19/56")
z = ctod("03/02/52")
udf(x, y, z)